func internal/strconv.atof32

2 uses

	internal/strconv (current package)
		atof.go#L563: func atof32(s string) (f float32, n int, err error) {
		atof.go#L702: 		f, n, err := atof32(s)